home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Text Capture FKEY / debug.h < prev    next >
Text File  |  1992-01-26  |  243b  |  10 lines

  1. #if CHECKPOINTS
  2.     #define        CKPT(x)        DebugStr( "\p" x )
  3. #else
  4.     #define        CKPT(x)
  5. #endif
  6.  
  7. void Num_to_hex( long num, StringPtr hex, short numbytes );
  8. void Param_string( StringPtr out, StringPtr format,
  9.     StringPtr p0, StringPtr p1, StringPtr p2 );
  10.